Skip to content

refactor: rename scripts with hierarchical prefixes#414

Open
rjan90 wants to merge 4 commits intophi/document-upgradefrom
phi/improve-script-naming
Open

refactor: rename scripts with hierarchical prefixes#414
rjan90 wants to merge 4 commits intophi/document-upgradefrom
phi/improve-script-naming

Conversation

@rjan90
Copy link
Collaborator

@rjan90 rjan90 commented Feb 4, 2026

On top of: #384. Closes: #404

Rename deployment and upgrade scripts with contract-based prefixes:

Warm Storage Scripts:

  • deploy-all-warm-storage.sh → warm-storage-deploy-all.sh
  • deploy-warm-storage-implementation-only.sh → warm-storage-deploy-implementation.sh
  • deploy-warm-storage-view.sh → warm-storage-deploy-view.sh
  • deploy-warm-storage-calibnet.sh → warm-storage-deploy-calibnet.sh
  • announce-planned-upgrade.sh → warm-storage-announce-upgrade.sh
  • upgrade.sh → warm-storage-execute-upgrade.sh
  • set-warm-storage-view.sh → warm-storage-set-view.sh

Service Provider Registry Scripts:

  • deploy-registry.sh → service-provider-registry-deploy.sh
  • announce-planned-upgrade-registry.sh → service-provider-registry-announce-upgrade.sh
  • upgrade-registry.sh → service-provider-registry-execute-upgrade.sh

Other Scripts:

  • deploy-provider-id-set.sh → provider-id-set-deploy.sh
  • deploy-session-key-registry.sh → session-key-registry-deploy.sh

Update all references in documentation and scripts.

…erability

refactor: rename scripts with hierarchical prefixes for better discoverability
@rjan90 rjan90 added this to the M4.2: mainnet GA milestone Feb 4, 2026
@FilOzzy FilOzzy added this to FOC Feb 4, 2026
@github-project-automation github-project-automation bot moved this to 📌 Triage in FOC Feb 4, 2026
@rjan90 rjan90 moved this from 📌 Triage to ⌨️ In Progress in FOC Feb 4, 2026
@rjan90 rjan90 self-assigned this Feb 4, 2026
@rjan90 rjan90 linked an issue Feb 4, 2026 that may be closed by this pull request
chore: address PR review comments
…erability

refactor: rename scripts with hierarchical prefixes for better discoverability
@rjan90 rjan90 marked this pull request as ready for review February 6, 2026 12:17
@rjan90 rjan90 requested a review from BigLep February 6, 2026 12:17
@rjan90 rjan90 moved this from ⌨️ In Progress to 🔎 Awaiting review in FOC Feb 6, 2026
Copy link
Contributor

@BigLep BigLep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good! I can confidently say this helps my brain grok the scripts faster. Thank you!

@github-project-automation github-project-automation bot moved this from 🔎 Awaiting review to ✔️ Approved by reviewer in FOC Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✔️ Approved by reviewer

Development

Successfully merging this pull request may close these issues.

Improve Script Naming and Documentation

2 participants